for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
export class Reactive{
addReactiveElement(element:any,effect:any):void
findValue(valueElement:any):void
syncEffect():void
createCycle():void
}